home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 052a / wincat30.zip / WINCATRS.BAT < prev    next >
DOS Batch File  |  1993-04-17  |  325b  |  14 lines

  1. echo off
  2. rem    This BAT is used by WinCat when restoring files.
  3. rem    Change the following statement to your directory containing
  4. rem    unarchive utilities like LHA.EXE, ARJ.EXE and PKUNZIP.EXE :
  5.  
  6. cd\shez
  7.  
  8. echo %1 %2 %3 %4 %5 %6 %7
  9. %1 %2 %3 %4 %5 %6 %7
  10.  
  11. echo press any key to return to WinCat...
  12. pause >nul
  13. 
  14.